home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / NotePad.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  240 b   |  18 lines

  1. on startMovie
  2.   global NotesOn
  3.   set the keyDownScript to "printScript"
  4.   set NotesOn to 1
  5. end
  6.  
  7. on closeWindow
  8.   global NotesOn
  9.   set NotesOn to 0
  10.   saveMovie()
  11. end
  12.  
  13. on deactivateWindow
  14.   global NotesOn
  15.   set NotesOn to 0
  16.   saveMovie()
  17. end
  18.